crypto/tls.serverHandshakeStateTLS13.echContext (field)

11 uses

	crypto/tls (current package)
		handshake_server.go#L53: 			echContext:  ech,
		handshake_server_tls13.go#L63: 	echContext      *echServerContext
		handshake_server_tls13.go#L570: 	if hs.echContext != nil {
		handshake_server_tls13.go#L607: 	if hs.echContext != nil {
		handshake_server_tls13.go#L619: 		if echType == outerECHExt && hs.echContext.inner || echType == innerECHExt && !hs.echContext.inner {
		handshake_server_tls13.go#L625: 			if echCiphersuite != hs.echContext.ciphersuite || configID != hs.echContext.configID || len(encap) != 0 {
		handshake_server_tls13.go#L630: 			encodedInner, err := decryptECHPayload(hs.echContext.hpkeContext, clientHello.original, payload)
		handshake_server_tls13.go#L733: 	if hs.echContext != nil {
		handshake_server_tls13.go#L819: 	if len(echKeys) > 0 && len(hs.clientHello.encryptedClientHello) > 0 && hs.echContext == nil {